round-robin scheduling

英 [raʊnd ˈrɒbɪn ˈʃedjuːlɪŋ] 美 [raʊnd ˈrɑːbɪn ˈskedʒuːlɪŋ]

网络  轮叫调度; 轮转调度; 循环调度; 时间片轮转; 轮询调度算法

计算机



双语例句

  1. This piece covers FIFO and round-robin scheduling in addition to providing a short summary of the schedulers in each major operating system.
    该页简要概述了每个主要的操作系统中的调度外还涵盖了FIFO和循环调度。
  2. Both new thread types also typically use a FIFO ( first-in, first out) scheduling policy instead of the familiar round-robin scheduling used by JVMs running on most OSs.
    两种新线程类型都是用FIFO(先进先出)调度策略,而不是在大部分OS上运行的JVM所使用的熟悉的循环调度策略。
  3. FIFO scheduling behaves differently from round-robin scheduling, and the differences can cause hangs in some Java programs.
    FIFO调度的工作方式与循环调度不同,这些区别可能导致一些Java程序挂起。
  4. Also, non-RT Java implementations typically use a round-robin preemptive scheduling approach with unpredictable scheduling order.
    同样,非RTJava实现通常使用循环抢占式调度方法,该方法根据不可预测的调度顺序进行调度。
  5. The1.2 Linux scheduler used a circular queue for runnable task management that operated with a round-robin scheduling policy.
    Linux调度器使用了环形队列用于可运行的任务管理,使用循环调度策略。
  6. A Round-Robin Scheduling Algorithm by Iterating Between Slots for Input-Queued Switches
    时隙间迭代的输入队列交换机Round-Robin调度算法
  7. In this paper, the Round-Robin crossbar scheduling algorithm based on spirality is proposed. It addresses the R-R pointers in scheduling and iteration, respectively, to avoid the synchronic of pointers.
    该文提出了一种基于螺旋线的Round-Robin(R-R)crossbar调度算法,在调度级和迭代级分别轮询R-R指针,避免了指针同步;
  8. DRR ( Dual Round-Robin) 1 algorithm is an Input Queued Crossbar cell scheduling algorithm that is fair, high-performance and easy to implement in hardware.
    DRR(DualRound-Robin)[1]调度算法是一种公平、高效、硬件实现简单的基于输入排队Crossbar交换结构的信元调度算法。
  9. Load balancing is an important method to solve the capacity and scalability of web server system, while weighted round-robin scheduling leads occasionally to unbalancing.
    负载均衡是解决Web集群系统容量和伸缩能力的重要方法,但通常使用的单纯的加权轮叫调度算法依然会导致服务器间的负载不平衡。
  10. The experiment shows that the Load Index Scheduling we put forward is more suitable than Round-Robin Scheduling.
    通过实验测试证明我们所提出的负载指数调度算法比轮询调度算法负载平衡的效果更好。
  11. However, a simple Weighted Round-Robin scheduling may cause throughput unbalance among input queues.
    但是,简单的权重轮询调度算法会造成输入队列服务不公平性。
  12. Discussed the mechanism of dynamic feed backed load and given a basic and dynamic balance model and analysis it combined with the arithmetic of Weighted Round-Robin Scheduling.
    结合加权轮询算法讨论了集群的动态负载反馈机制,给出了一个基本的动态均衡模型并加以分析。
  13. By analyzing the characteristics of I/ O load, the weight of virtual disk binding sets can be dynamically changed. Combining with the round-robin scheduling algorithm that based on the weight, the paper realizes the fairness of the distribution of data and hierarchical data storage.
    通过分析I/O负载特征,动态变更虚拟磁盘绑定集的权重,结合基于权重的轮询调度算法,实现数据分发的公平性和数据的分级存储。
  14. Based on a simple distributed scheduling algorithm called RRBSA ( Round-Robin Balanced Scheduling Algorithm), switching mechanisms of distributed scheduling in three-stage Clos networks have been studied.
    本文在一种实现简单的分布式调度算法&RRBSA算法下,对三级Clos网络分布式调度的交换机制进行了研究。
  15. Furthermore, energy-efficient FLASH file system, real-time memory management and priority based weighted round-robin task scheduling algorithm are designed and implemented as well.
    此外,还开发了能量有效的FLASH文件系统、实时内存管理和基于优先级的任务加权时间片调度等功能。